runtime.heapStatsAggregate.totalFrees (field)
5 uses
runtime (current package)
metrics.go#L299: out.scalar = in.heapStats.totalFrees
metrics.go#L675: totalFrees uint64
metrics.go#L684: a.totalFrees = a.largeFreeCount
metrics.go#L691: a.totalFrees += nf
metrics.go#L696: a.numObjects = a.totalAllocs - a.totalFrees
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)